theming-engine: Adjust register_property() to recent glib change
authorFlorian Müllner <fmuellner@gnome.org>
Fri, 15 Jul 2011 18:45:59 +0000 (20:45 +0200)
committerFlorian Müllner <fmuellner@gnome.org>
Fri, 15 Jul 2011 18:50:26 +0000 (20:50 +0200)
commit7741f5a09a841c4dc93727b990defc303510ed2c
tree8bc6ba57af19509c75aaf1f76d2e1a13f6ba372c
parentb5f30143ed9cd26ef7a65003265b8a8c45c1c95b
theming-engine: Adjust register_property() to recent glib change

GParamSpec now uses an intern'ed string for 'name', so the code
in gtk_theming_engine_register_property() which prefixes the name
with a namespace has to be adjusted.

https://bugzilla.gnome.org/show_bug.cgi?id=654695
gtk/gtkthemingengine.c